home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- MainItems.h
-
- Main Item Constants
-
- Copyright © 1994 My Software Inc. All rights reserved.
-
- Generated by Visual Architect™
-
- This file is rewritten each time you generate code. You should not
- make changes to this file.
-
- If you want to change how Visual Architect generates this file, you can
- change the template for this file. It is "Items.h" in the Visual Architect
- Templates folder.
-
- ******************************************************************************/
-
- #pragma once
-
-
- // Item numbers for each item.
- //
- // Use TCLGetItemPointer (ViewUtilities) to convert these
- // item numbers to a pointer to the named item.
-
- enum
- {
- Main_Begin_,
- kMain_Subv3 = 1,
- kMain_Subv3ID = 1L,
- Main_End_
- };
-